All Packages Class Hierarchy This Package Previous Next Index
Class java.naming.ConfigurationException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.naming.NamingException
|
+----java.naming.ConfigurationException
- public class ConfigurationException
- extends NamingException
This exception is raised installation of a provider was not done correctly.
-
ConfigurationException()
- Constructs a new instance of ConfigurationException.
-
ConfigurationException(Name, Object, Name)
- Constructs a new instance of ConfigurationException using the
arguments supplied.
-
ConfigurationException(Name, Object, Name, String)
- Constructs a new instance of ConfigurationException.
-
ConfigurationException(String)
- Constructs a new instance of ConfigurationException using the
arguments supplied.
ConfigurationException
public ConfigurationException(Name resolvedName,
Object resolvedObj,
Name remainingName,
String explanation)
- Constructs a new instance of ConfigurationException.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
- explanation - Additional detail about this exception.
ConfigurationException
public ConfigurationException(Name resolvedName,
Object resolvedObj,
Name remainingName)
- Constructs a new instance of ConfigurationException using the
arguments supplied.
- Parameters:
- resolvedName - The part of the name that has been successfully resolved.
- resolvedObj - The object to which resolution was successful.
- remainingName - The remaining unresolved portion of the name.
ConfigurationException
public ConfigurationException(String explanation)
- Constructs a new instance of ConfigurationException using the
arguments supplied.
- Parameters:
- explanation - Additional detail about this exception.
ConfigurationException
public ConfigurationException()
- Constructs a new instance of ConfigurationException.
All Packages Class Hierarchy This Package Previous Next Index